App Chooser: Fix app icons in HighContrast
authorMatthias Clasen <mclasen@redhat.com>
Wed, 11 Mar 2015 19:31:35 +0000 (15:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 11 Mar 2015 19:32:47 +0000 (15:32 -0400)
We need to follow-state here as well, to make sure the
icons are visible on selected rows.

gtk/ui/gtkappchooserwidget.ui

index 4b236283f611a6303b082743e285857cfca7d9ec..c4cdb069b252b1f8551dd3976e9ca1dfa7cc62c1 100644 (file)
@@ -76,7 +76,9 @@
                       <object class="GtkCellRendererText" id="secondary_padding"/>
                     </child>
                     <child>
-                      <object class="GtkCellRendererPixbuf" id="app_icon"/>
+                      <object class="GtkCellRendererPixbuf" id="app_icon">
+                        <property name="follow-state">True</property>
+                      </object>
                       <attributes>
                         <attribute name="gicon">1</attribute>
                       </attributes>